Global Index
HTML5 JS API Index > DOM Tutorials & Specs

DocumentType

Extends Node. Implements ChildNode.

DocumentType nodes are simply known as doctypes.

Properties
DOMString
name
The name attribute must return the name.
DOMString
publicId
The publicId attribute must return the public ID.
DOMString
systemId
The systemId attribute must return the system ID.
Operations
voidafter((Node or DOMString) nodes...)
voidbefore((Node or DOMString) nodes...)
voidremove()
voidreplace((Node or DOMString) nodes...)
Referenced by
Documentdoctype
DOMImplementationcreateDocumentType(...)